home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 216 (1995)(SOMC)(Disk 5 of y)[SMCxxxC30Ix].zip / Amiga General Interest Volume 216 (1995)(SOMC)(Disk 5 of y)[SMCxxxC30Ix].adf / TBRA-install < prev    next >
Text File  |  1995-09-29  |  591b  |  24 lines

  1. if exists lha
  2.    skip loser
  3. else
  4.    echo "Software of the Month Club"
  5. endif
  6. echo "Have you moved the Install Icon to the Partition you"
  7. echo "want to install The Big Red Demo to? ( Y/N )"
  8. ask Continue?
  9. IF WARN
  10.    echo Yes
  11.    c:copy smc216c30i5:lha c:
  12.    echo "Installing The Big Red Demo......."
  13.    lha x smc216c30i5:tbra.lha
  14.    c:delete install.info
  15.    echo "All done Enjoy. "
  16. else
  17.    echo "Maybe later then, bye now........"
  18. endif
  19. quit
  20. LAB loser
  21. echo "You can't install to this Disk.  Please move this icon to  where you want "
  22. echo "The Big Red Demo installed on your Hard-Drive."
  23. wait 5
  24.